Socket
Socket
Sign inDemoInstall

@nextgis/webmap

Package Overview
Dependencies
9
Maintainers
3
Versions
209
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @nextgis/webmap

Universal map constructor


Version published
Weekly downloads
143
decreased by-53.72%
Maintainers
3
Created
Weekly downloads
 

Changelog

Source

1.19.2 (2023-12-13)

Bug Fixes

  • geocoder: set nominatim geocoder options (2ae48c4)

Readme

Source

WebMap

size version

Universal map constructor

Use Webmap with NPM installation method for building large scale applications. It pairs nicely with module bundlers such as Webpack

# latest stable
$ npm install --save-dev @nextgis/webmap
# or
$ yarn add @nextgis/webmap
import { WebMap } from '@nextgis/webmap';
import MapAdapter from '@nextgis/leaflet-map-adapter';
// manually added styles
import 'leaflet/dist/leaflet.css';

const webMap = new WebMap({
  mapAdapter: new MapAdapter()
});

webMap.onLoad().then(() => {
  // on map adapter created
})

Commercial support

Need to fix a bug or add a feature to @nextgis/webmap? We provide custom development and support for this software. Contact us to discuss options!

http://nextgis.com

Keywords

FAQs

Last updated on 13 Dec 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc